
if service.click({
{"jump to page",
}
})
return true
end

if service.click({
{"OK",
}
})
return true
end

if service.click({
{"Start reading instantly",
}
})
return true
end

if service.click({
{"Text",
"Start reading instantly",
}
})
return true
end

if service.click({
{"Navigate up",
"Text",
"Start reading instantly",
}
})
return true
end

if service.click({
{"Back",
"Text",
"Start reading instantly",
}
})
return true
end
